home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / docs / misc / amigapl.9903.lzh / amigapl.9903 / pci.lzx / Examples / smakefile < prev    next >
Encoding:
Makefile  |  1998-04-14  |  185 b   |  15 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Tue Apr 14 13:10:02 1998
  4. #
  5.  
  6. all: trypci listpci
  7.  
  8. trypci: trypci.c
  9.    sc link trypci.c
  10.    
  11. listpci: listpci.c
  12.    sc link listpci.c
  13.  
  14.  
  15.